home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
C/C++ Users Group Library 1996 July
/
C-C++ Users Group Library July 1996.iso
/
vol_200
/
292_03
/
string.h
< prev
Wrap
C/C++ Source or Header
|
1990-07-16
|
298b
|
16 lines
/* STRING.H */
/* DECUC C */
extern char * strcat();
extern char * strchr();
extern int strcmp();
extern char * strcpy();
extern int streq();
extern int strlen();
extern char * strncat();
extern int strncmp();
extern char * strncpy();
extern int strneq();
extern char * strrchr();